SharpLeaf Reference > DocumentLayout Class > Item[Int32] Property DocumentLayout.Item[Int32] Property
Default indexer into the DocumentLayout‘s list of PageLayout items.
public Item[Int32] {get; set;}
Example
layout.Item[0] = mytitlepage;
See also ...DocumentLayout.Members
Send comments on this topic © Dyalog Ltd 2021
|